home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / Alleycode HTML Editor 2.2 / alleycodesetup.exe / {app} / PHP / time.php < prev    next >
Encoding:
PHP Script  |  2002-11-20  |  33 b   |  5 lines

  1. <?php
  2.  
  3. echo date("H:i");
  4.  
  5. ?>